<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	border:0;
	box-sizing:border-box;
	font-style:normal;
	outline:0;
	-webkit-tap-highlight-color:transparent
}
body{
	width:100%;
	overflow-x:hidden;
}
img{
	vertical-align:middle;
	max-width:100%
}
.clearfix:after,.clearfix:before{
	display:table;
	line-height:0;
	content:""
}
.left{
	float:left
}
.product{
	float: left;
}
/* å·¦ä¾§åˆ†ç±» */
.product-left,.prod-item{
	width: 240px;
}
.product-left{
	width: 238px;
	border: 1px #ededed solid;
	background-color: #f4f4f4;
}
.prod-title{
	width: 236px;
	height: 68px;
	line-height: 65px;
	font-size: 18px;
	font-weight: bold;
	color: #1263cc;
	background: #f4f4f4;
	border-top: 3px #0d62cd solid;
	border-bottom: 1px #ededed solid;
	text-align: center;
}
.prod-item{
	width: 240px;
	padding: 18px 0 18px 66px;
	background: url(../img/yuan2.png) no-repeat 42px 21px;
	border-bottom: 1px solid #ededed;
	cursor:pointer;
}
.disnot{
	display: none;
}
.prod-more a{
	float: left;
	width: 100%;
	padding: 28px 0 20px 0;
	text-align: center;
}
.product-left .active,.prod-item:hover{
	color: #0d62cd;
    background: #e6e8eb url(../img/yuan2hover.png) no-repeat 42px 21px;
}
/* å³ä¾§éƒ¨åˆ† */
.product-main{
	position:relative;
	width: 930px;
	margin-left: 30px;
}
.product-detail{
	display:none
}
.product-detail.active{
	display:block
}
.product-list li,.product-detail li{
	float: left;
	margin: 0 25px 26px 0;
	padding-bottom: 20px;
}
.product-list li img,.product-list li p,.product-detail li img,.product-detail li p{
	width: 213.75px;
}
.product-list li img,.product-detail li img{
	height: 200px;
	border-radius: 1px;
}
.product-list li p,.product-detail li p,.product-detail li p{
	margin-top: 18px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-list li:nth-child(4n),.product-detail li:nth-child(4n){
	margin-right: -25px;
}
.product-list li:hover img,.product-detail li:hover img{
	-webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}
.product-list li:hover p a,.product-detail li:hover p a{
	color: #0d62cd;
}</pre></body></html>